crypto/internal/bigmod.Modulus.nat (field)
17 uses
crypto/internal/bigmod (current package)
nat.go#L146: if x.cmpGeq(m.nat) == yes {
nat.go#L300: nat *Nat
nat.go#L383: m.nat = NewNat().setBig(n)
nat.go#L384: m.leading = _W - bitLen(m.nat.limbs[len(m.nat.limbs)-1])
nat.go#L385: m.m0inv = minusInverseModW(m.nat.limbs[0])
nat.go#L411: return len(m.nat.limbs)*_W - int(m.leading)
nat.go#L416: return m.nat
nat.go#L426: size := len(m.nat.limbs)
nat.go#L429: mLimbs := m.nat.limbs[:size]
nat.go#L471: start := len(m.nat.limbs) - 2
nat.go#L491: return x.expand(len(m.nat.limbs))
nat.go#L498: return out.reset(len(m.nat.limbs))
nat.go#L512: underflow := t.sub(m.nat)
nat.go#L527: t.add(m.nat)
nat.go#L574: n := len(m.nat.limbs)
nat.go#L575: mLimbs := m.nat.limbs[:n]
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |